home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / jnos_src / main.h < prev    next >
C/C++ Source or Header  |  1994-04-17  |  394b  |  20 lines

  1. #ifndef _MAIN_H
  2. #define _MAIN_H
  3.   
  4. #ifndef _PROC_H
  5. #include "proc.h"
  6. #endif
  7.   
  8. extern char Badhost[];
  9. extern char *Hostname;
  10. extern char Nospace[];          /* Generic malloc fail message */
  11. extern char Version2[];
  12.   
  13. extern struct proc *Cmdpp;
  14. #ifdef MSDOS
  15. extern struct proc *Display;
  16. #endif
  17. extern int main_exit;           /* from main program (flag) */
  18.   
  19. #endif _MAIN_H
  20.